home *** CD-ROM | disk | FTP | other *** search
/ Ahoy 1986 November / Ahoy_Magazine_86-11_1986_Double_L.d64 / Farm Figures 2 (.txt) < prev    next >
Encoding:
Commodore BASIC  |  1986-01-01  |  240 b   |  9 lines

  1. 0 print"[147][144]":poke53280,6:poke53281,1
  2. 1 print" commodares....farm figures "
  3. 2 rem     farm figures
  4. 3 rem solution by
  5. 4 rem     keith kushner
  6. 5 rem
  7. 10 forc=1to9:fors=1to29:p=100-(c+s):on-(c*10+s*3+p*.5=100)gosub20:nexts,c:end
  8. 20 print c;"cows";s;"sheep";p;"pigs" :return
  9.